home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: news2.interlog.com!rose!awhite
- From: awhite@user.rose.com (A White)
- Subject: Re: randon number generator
- Sender: news@rose.com (news)
- Organization: Rose Media Incorpoarted, Ontario, Canada
- Message-ID: <DLr1H5.In8@rose.com>
- References: <4e6qt1$adb@ns.campus.mci.net>
- Date: Thu, 25 Jan 1996 18:17:28 GMT
-
- In article <4e6qt1$adb@ns.campus.mci.net>,
- jack wilson <wilsojt@occ-uky.campus.mci.net> wrote:
- >Hello all....I need a random number generator ...if anyone should have
- >C or C++ source for this I would appreciate it. Please e-mail me at
- >wilsojt@occ-uky.campus.mci.net Thanks in advance Jack
-
- Why not include stdlib and use rand() and srand(<int>)
-
-